home *** CD-ROM | disk | FTP | other *** search
- if(_parent._parent.mc._currentframe == 1)
- {
- _parent._parent.mc.gotoAndStop(3);
- }
- if(_parent._currentframe > 17)
- {
- _parent.gotoAndStop("game");
- }
- else
- {
- _parent.tonic_ok = true;
- if(_parent.weed_mc._currentframe == 1)
- {
- _parent.flower_mc.mc.play();
- }
- else
- {
- _parent.weed_mc.mc.play();
- }
- }
-